home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19980901-19981211 / 000155_news@newsmaster….columbia.edu _Fri Oct 16 17:04:17 1998.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id RAA07018
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Fri, 16 Oct 1998 17:04:16 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id RAA04328
  7.     for kermit.misc@watsun; Fri, 16 Oct 1998 17:04:15 -0400 (EDT)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!jaltman
  9. From: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: ascii file transfer to a remote printer
  12. Date: 16 Oct 1998 21:04:12 GMT
  13. Organization: Columbia University
  14. Lines: 33
  15. Message-ID: <708ccc$k7k$1@apakabar.cc.columbia.edu>
  16. References: <01bdf95a$4d177e00$7a0101c8@swade>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:9349
  19.  
  20. In article <01bdf95a$4d177e00$7a0101c8@swade>,
  21. Swade <swade@jerseycape.com> wrote:
  22. : Hello Everyone,
  23. : I'm new to Kermit and I have what I think is a very simple question. I need
  24. : to write a small script that will accept one argument, a phone number. It
  25. : then needs to dial that number, transfer a striaght ascii file with no
  26. : checksum or protocol, hangup the line and exit with a value indicating
  27. : whether the transfer was successful or not. I'm on an RS/6000 running AIX
  28. : V4.3 and I have C-Kermit 6.0. I'm sure this script is only a few lines
  29. : long, but I just don't know where to begin. Any suggestions? 
  30. : Thanx,
  31. : Swade
  32.  
  33.  
  34. Very easy.  The place to begin is by reading the manual "Using C-Kermit"
  35. 2nd Edition which explains the script programming language, how to dial,
  36. and how to transfer files in a variety of ways.
  37.  
  38. You are looking for the following sets of commands:
  39.  
  40.   SET MODEM ...
  41.   SET DIAL ...
  42.   DIAL 
  43.   SET TRANSMIT ...
  44.   TRANSMIT
  45.  
  46.     Jeffrey Altman * Sr.Software Designer * Kermit-95 for Win32 and OS/2
  47.                  The Kermit Project * Columbia University
  48.               612 West 115th St #716 * New York, NY * 10025
  49.   http://www.kermit-project.org/k95.html * kermit-support@kermit-project.org